
.mdg-grid { padding: 20px; }
      
.mdg-panel { background-color: #0f3460; padding: 20px; border-radius: 10px; margin: 13px; font-family: 'Arial';  color: #e7e7e7; }
.mdg-button { font-size: 1.5rem; background-color: #e94560; border: none; margin-bottom: 10px;}
.mdg-button:hover { background-color: #da0037; }
.form-controlx { background-color: #0f3460; border: 1px solid #e94560; color: #fff; }
.form-controlx:focus { background-color: #82afe5; border: 1px solid #f21170; box-shadow: none; }
.mdg-a { color: #e94560; }
.countdown-container { display: flex; justify-content: center; align-items: center; height: 100vh; }
.countdown { margin:20px; padding: 25px; background-color: #16213e; text-align: center; border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
.countdown h1 { font-size: 2rem; color: #e94560; }
.countdown p { font-size: 3.5rem; margin: 20px 0; }
.countdown p span { font-size: 4.5rem; color: #f21170; }

.form-controlx {
border-radius: 5px;
text-align: center; 
font-size: 1.8rem;

}
.responsivetop {
width: 85%;
height: auto;
border-radius: 5px;

}
.responsive{
width: 97%;
height: auto;
border-radius: 5px;

}

